home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TPIESERIESEDITOR / TPIESERIESEDITOR.txt
Encoding:
Text File  |  2002-03-14  |  6.0 KB  |  320 lines

  1. object PieSeriesEditor: TPieSeriesEditor
  2.   Left = 348
  3.   Top = 219
  4.   ActiveControl = CBCircled
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 191
  8.   ClientWidth = 350
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 133
  19.     Top = 40
  20.     Width = 56
  21.     Height = 21
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = '&Rotation:'
  25.     FocusControl = SERotation
  26.   end
  27.   object Label4: TLabel
  28.     Left = 108
  29.     Top = 9
  30.     Width = 81
  31.     Height = 20
  32.     Alignment = taRightJustify
  33.     AutoSize = False
  34.     Caption = '&Explode biggest:'
  35.   end
  36.   object Label8: TLabel
  37.     Left = 117
  38.     Top = 69
  39.     Width = 72
  40.     Height = 16
  41.     Alignment = taRightJustify
  42.     AutoSize = False
  43.     Caption = '&Order:'
  44.   end
  45.   object CBCircled: TCheckBox
  46.     Left = 5
  47.     Top = 8
  48.     Width = 84
  49.     Height = 17
  50.     HelpContext = 148
  51.     Caption = '&Circled Pie'
  52.     TabOrder = 0
  53.     OnClick = CBCircledClick
  54.   end
  55.   object CB3D: TCheckBox
  56.     Left = 5
  57.     Top = 31
  58.     Width = 92
  59.     Height = 17
  60.     HelpContext = 675
  61.     Caption = '&3 Dimensions'
  62.     TabOrder = 1
  63.     OnClick = CB3DClick
  64.   end
  65.   object SERotation: TEdit
  66.     Left = 194
  67.     Top = 36
  68.     Width = 39
  69.     Height = 21
  70.     HelpContext = 410
  71.     TabOrder = 2
  72.     Text = '0'
  73.     OnChange = SERotationChange
  74.   end
  75.   object BPiePen: TButton
  76.     Left = 4
  77.     Top = 79
  78.     Width = 93
  79.     Height = 25
  80.     HelpContext = 385
  81.     Caption = '&Pie Border...'
  82.     TabOrder = 3
  83.     OnClick = BPiePenClick
  84.   end
  85.   object CBPatterns: TCheckBox
  86.     Left = 262
  87.     Top = 7
  88.     Width = 84
  89.     Height = 17
  90.     HelpContext = 664
  91.     Caption = 'Pa&tterns'
  92.     TabOrder = 4
  93.     OnClick = CBPatternsClick
  94.   end
  95.   object BBackPieColor: TBitBtn
  96.     Left = 259
  97.     Top = 33
  98.     Width = 87
  99.     Height = 25
  100.     HelpContext = 145
  101.     Caption = '&Back Color...'
  102.     Enabled = False
  103.     TabOrder = 5
  104.     OnClick = BBackPieColorClick
  105.   end
  106.   object GroupBox1: TGroupBox
  107.     Left = 4
  108.     Top = 112
  109.     Width = 173
  110.     Height = 73
  111.     Caption = 'Custom Pie Radius:'
  112.     TabOrder = 6
  113.     object Label2: TLabel
  114.       Left = 4
  115.       Top = 20
  116.       Width = 55
  117.       Height = 21
  118.       Alignment = taRightJustify
  119.       AutoSize = False
  120.       Caption = '&X Radius:'
  121.       FocusControl = SEXRadius
  122.     end
  123.     object Label3: TLabel
  124.       Left = 4
  125.       Top = 48
  126.       Width = 55
  127.       Height = 21
  128.       Alignment = taRightJustify
  129.       AutoSize = False
  130.       Caption = '&Y Radius:'
  131.       FocusControl = SEYRadius
  132.     end
  133.     object SEXRadius: TEdit
  134.       Left = 62
  135.       Top = 15
  136.       Width = 33
  137.       Height = 21
  138.       HelpContext = 697
  139.       TabOrder = 0
  140.       Text = '0'
  141.       OnChange = SEXRadiusChange
  142.     end
  143.     object CBAutoXR: TCheckBox
  144.       Left = 117
  145.       Top = 16
  146.       Width = 50
  147.       Height = 21
  148.       Caption = '&Auto'
  149.       State = cbChecked
  150.       TabOrder = 1
  151.       OnClick = CBAutoXRClick
  152.     end
  153.     object SEYRadius: TEdit
  154.       Left = 62
  155.       Top = 43
  156.       Width = 33
  157.       Height = 21
  158.       HelpContext = 703
  159.       TabOrder = 2
  160.       Text = '0'
  161.       OnChange = SEYRadiusChange
  162.     end
  163.     object CBAutoYR: TCheckBox
  164.       Left = 117
  165.       Top = 46
  166.       Width = 50
  167.       Height = 19
  168.       Caption = 'A&uto'
  169.       State = cbChecked
  170.       TabOrder = 3
  171.       OnClick = CBAutoYRClick
  172.     end
  173.     object UDYRadius: TUpDown
  174.       Left = 95
  175.       Top = 43
  176.       Width = 15
  177.       Height = 21
  178.       TabOrder = 4
  179.       Associate = SEYRadius
  180.       Increment = 5
  181.       Max = 2000
  182.     end
  183.     object UDXRadius: TUpDown
  184.       Left = 95
  185.       Top = 15
  186.       Width = 15
  187.       Height = 21
  188.       TabOrder = 5
  189.       Associate = SEXRadius
  190.       Increment = 5
  191.       Max = 2000
  192.     end
  193.   end
  194.   object CBDark3d: TCheckBox
  195.     Left = 5
  196.     Top = 54
  197.     Width = 71
  198.     Height = 17
  199.     HelpContext = 176
  200.     Caption = '&Dark 3D'
  201.     TabOrder = 7
  202.     OnClick = CBDark3dClick
  203.   end
  204.   object GroupBox2: TGroupBox
  205.     Left = 192
  206.     Top = 92
  207.     Width = 153
  208.     Height = 93
  209.     Caption = 'Group slices:'
  210.     TabOrder = 8
  211.     object Label5: TLabel
  212.       Left = 8
  213.       Top = 20
  214.       Width = 33
  215.       Height = 13
  216.       Alignment = taRightJustify
  217.       AutoSize = False
  218.       Caption = '&Style:'
  219.       FocusControl = CBOther
  220.     end
  221.     object Label6: TLabel
  222.       Left = 11
  223.       Top = 45
  224.       Width = 30
  225.       Height = 13
  226.       Alignment = taRightJustify
  227.       AutoSize = False
  228.       Caption = '&Value:'
  229.     end
  230.     object Label7: TLabel
  231.       Left = 12
  232.       Top = 70
  233.       Width = 29
  234.       Height = 13
  235.       Alignment = taRightJustify
  236.       AutoSize = False
  237.       Caption = '&Label:'
  238.     end
  239.     object CBOther: TComboBox
  240.       Left = 47
  241.       Top = 16
  242.       Width = 99
  243.       Height = 21
  244.       HelpContext = 758
  245.       Style = csDropDownList
  246.       ItemHeight = 13
  247.       Items.Strings = (
  248.         'None'
  249.         'Below %'
  250.         'Below Value')
  251.       TabOrder = 0
  252.       OnChange = CBOtherChange
  253.     end
  254.     object EOtherValue: TEdit
  255.       Left = 47
  256.       Top = 41
  257.       Width = 65
  258.       Height = 21
  259.       HelpContext = 760
  260.       TabOrder = 1
  261.       Text = '0'
  262.       OnChange = EOtherValueChange
  263.     end
  264.     object EOtherLabel: TEdit
  265.       Left = 47
  266.       Top = 66
  267.       Width = 99
  268.       Height = 21
  269.       HelpContext = 759
  270.       TabOrder = 2
  271.       Text = 'Other'
  272.       OnChange = EOtherLabelChange
  273.     end
  274.   end
  275.   object SEExpBig: TEdit
  276.     Left = 194
  277.     Top = 4
  278.     Width = 39
  279.     Height = 21
  280.     HelpContext = 756
  281.     TabOrder = 9
  282.     Text = '0'
  283.     OnChange = SEExpBigChange
  284.   end
  285.   object UDExpBig: TUpDown
  286.     Left = 233
  287.     Top = 4
  288.     Width = 15
  289.     Height = 21
  290.     TabOrder = 10
  291.     Associate = SEExpBig
  292.     Increment = 5
  293.   end
  294.   object UDRotation: TUpDown
  295.     Left = 233
  296.     Top = 36
  297.     Width = 15
  298.     Height = 21
  299.     TabOrder = 11
  300.     Associate = SERotation
  301.     Increment = 5
  302.     Max = 360
  303.     Wrap = True
  304.   end
  305.   object CBOrder: TComboBox
  306.     Left = 194
  307.     Top = 65
  308.     Width = 151
  309.     Height = 21
  310.     Style = csDropDownList
  311.     ItemHeight = 13
  312.     Items.Strings = (
  313.       'Default'
  314.       'Ascending'
  315.       'Descending')
  316.     TabOrder = 12
  317.     OnChange = CBOrderChange
  318.   end
  319. end
  320.